@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: 'adobe-calson-pro';
	src: url("Adobe-Caslon-Pro_2006.ttf")
}

body::-webkit-scrollbar { 
                display: none;
				scrollbar-width: none;
            } 

.modal{
    overflow:hidden;
    }
    .modal-body{
    overflow:auto;
    }


body{
	margin-left: auto;
	margin-right:auto;
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
	position: relative;
	max-height: 100%;
	
}

html,body{
	font-family: 'adobe-calson-pro';
	color: #556052;
		max-height: 100%;
}

.navbar-nav{
	margin-top: 10px;
	margin-left: 0px;
}

.heading01{
	color: #556052;
	margin-top: 50px;
	text-align:center;
	
}


.about{
	max-width: 900px;
	margin-left: auto;
	margin-right:auto;
	padding-bottom:200px;
	
}



.star{
	
	width: 50%;
	float: left;
	padding: 25px 50px;
}


.text{
	color: #556052;
	position: relative;
	padding-top: 10px;
	 
}





.textbox{
	padding: 0px  30px;
	padding-top: 70px;
}



.button {
 display: inline-block;
  border-radius: 4px;
  background-color: #556052;
  border: none;
  color: #f2efea;
  text-align: center;
  font-size: 15px;
  padding: 17px 13px 13px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 1px;
	 
 text-decoration: none;
}

.button span {
	color: #f2efea;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}


.button:hover span:after {
  opacity: 1;
  right: 0;
}



.footer{
	background-color: #f2efea;
	padding: 20px 0px 5px;
	bottom:0px;
	margin-bottom: 0px;
	width: calc(100% - 40px);
    
	
}


footer {
	background: #f2efea;
	font-size: 10px;
}

.jumbotron{
	background: #f2efea;
	font-size: 12px;
}

@media screen and (max-width:700px) {

	.star{
		display: block;
		margin-left: auto;
        margin-right: auto;
		width:100%;
		
		
	}
	
	
	.textbox{
	padding: 30px  60px 0px ;
	
}
	
	.button{
		margin-left: 60px;
	}
	
}















@media screen and (max-width:991px) {
	
.navbar-nav {
	margin-top: 15px;
	margin-left: 20px;
}

}

